home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 1.iso / diablo / viewer / scripts.txt < prev    next >
Text File  |  1997-03-17  |  857b  |  29 lines

  1. /start.
  2. Description=Execute it
  3. files=*.*
  4. program=C:\windows\command\start.exe %1
  5. /end.
  6. /start.
  7. Description=Edit it
  8. files=*.*
  9. program=D:\hex\hworks32.exe %1
  10. /end.
  11. :<-This character ends the list
  12. ;Comment
  13. ;A ! before the program name will turn off the exe testing
  14. ;Description is what you see in the view method box
  15. ;files tells the Viewer which file to extract
  16. ;program tells the viewer what to execute
  17. ;
  18. ;In the files section, just a *.ext tells the 
  19. ;program anything can be used for that. You can
  20. ;put DLvl?.wav and only the music can be used that
  21. ;way. If you put a dir (gendata\*.wav) that also limits
  22. ;the use of it.
  23. ;
  24. ;Program. It's like a bat file. %1 will be the *.cel
  25. ;in this example, %2 will be *.trn. you can have
  26. ;%3...%9 and not have a use for it, and everything
  27. ;will still run ok.You can also have %2 before %1.
  28.  
  29.